home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1993 October: Windmill on DISC / ADC Developer CD (1993-10) (''Windmill On DISC'')_iso / Dev.CD Oct 93.iso / System Software / U.S. System Software / System 7 Pro™ Beta 11 / Development Tools / Sample Code / Standard Mail / CollaboDraw (w⁄DigiSign) / CollaboDraw README < prev    next >
Encoding:
Text File  |  1993-06-14  |  1.3 KB  |  19 lines  |  [ttro/ttxt]

  1. CollaboDraw Sample
  2. ------------------------
  3. Steve Falkenburg- MacDTS
  4. 6/14/93
  5. ------------------------
  6. AOCE Beta Seed
  7. ------------------------
  8. Revised to final APIs. -SJF
  9.  
  10. This sample shows how you can add AOCE Mailer support into your existing application.    The basis for the sample is a fairly straightforward drawing program supporting multiple windows, saving, printing, undo, AppleEvents, and other standard Macintosh application features.  It is architected using a pseudo-message passing object scheme in standard C.
  11.  
  12. The AOCE functionality has been separated from the rest of the code as much as is easily possible, and support for sending, receiving, forwarding, and printing mail is in place.  The application supports any of three content formats for sending leters: native CollaboDraw documents, images (snapshots), and standard interchange format.  Only native CollaboDraw documents can be opened in CollaboDraw.
  13.  
  14. Since most all of the Standard Mail Package is supported in CollaboDraw now, the main avenue for enhancement would be to add support for Digital Signatures, possibly in the form of allowing signing of graphical shapes or groups of shapes.
  15.  
  16. The sample compiles with both Think C 5.0.x and MPW C.
  17.  
  18. As with the other AOCE samples, technical questions should be addressed to DEVSUPPORT if you're a supported AOCE seed site.
  19.